Add an install-tests option
authorMatthias Clasen <mclasen@redhat.com>
Tue, 10 Oct 2017 04:14:48 +0000 (00:14 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 10 Oct 2017 04:14:48 +0000 (00:14 -0400)
Use this to enable or disable installed tests.

meson_options.txt

index 643aa144da1ddcc408feda408ff026841a97e072..5c89e9df3b96c575c4a1b34d9788a31645ff1bc9 100644 (file)
@@ -40,3 +40,5 @@ option('demos', type: 'boolean', value: 'true',
   description : 'Build demos and example programs')
 option('build-tests', type: 'boolean', value: 'true',
   description : 'Build tests')
+option('install-tests', type: 'boolean', value: 'false',
+  description : 'Install tests')